-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Replace black
and pylint
with ruff
#3333
Conversation
8a99cf6
to
89ef879
Compare
f914042
to
280f4a6
Compare
I've marked this as "ready for review". Due to the nature of the PR, this will constantly get merge conflicts, but luckily, 95% of the changes are "automatic" ones from ruff, so please feel free to review even if a merge conflict exists, I'll try to keep up with resolving them. |
280f4a6
to
c33177f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
% ruff format
Would reformat: integreat_cms/integreat_celery/celery.py
Would reformat: tests/cms/views/contacts/test_contact_actions.py
LGTM! |
bc77cd4
to
20bd98f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Could it be finally happening??
The only conversation warranting a Request changes is that on integreat_cms/core/apps.py
for me, the rest is peanuts
7bd5aa6
to
ec87e9e
Compare
01e0245
to
2ae3881
Compare
2ae3881
to
d0b6405
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😻 🚀
(I played around in the system and it looks everything is still working fine as before)
7b92121
to
5d4da1f
Compare
@MizukiTemma @PeterNerlich thank you for your reviews. Do you think we should already merge this, or hold off until after a new release has been made? I'm ambivalent. |
db5d8a8
to
7c003c6
Compare
7c003c6
to
16a65da
Compare
Congrats @charludo — Thanks for your perseverance! |
No, thank YOU - both for pushing |
Short description
I am SO sorry, dear reviewers 🙈
@cclauss do you have an opinion on this? 😄
Proposed changes
black
->ruff
pylint
->ruff
Side effects
Resolved issues
Fixes: #3234
Pull Request Review Guidelines